Skip to content

deps: Update pixi tool constraint to >=0.77.0 - #948

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/pixi-0.x
Aug 23, 2026
Merged

deps: Update pixi tool constraint to >=0.77.0#948
renovate[bot] merged 1 commit into
mainfrom
renovate/pixi-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
pixi tool-constraint minor >=0.76.1>=0.77.0

Release Notes

prefix-dev/pixi (pixi)

v0.77.0

Compare Source

✨ Highlights

This release includes the API update for the backends such that we support pin-compatible and pin-subpackage specs in package manifests. For example:

# Pin subpackage `mypkg` to the same version as the package itself, but allow any compatible version of `mypkg` to be used.
[package]
name = "mypkg"

[package.run-exports.weak]
mypkg = { pin-subpackage = { upper-bound = "x.x" } }

# Pin `boltons` to a compatible version.
[package.host-dependencies]
boltons = ">=2,<3"

[package.run-dependencies]
boltons = { pin-compatible = true }

Note that this is a pixi-build-api-version update to v7.

Also, you can now modify the workspace activation with the new pixi workspace activation subcommand.

Added
Changed
Documentation
Fixed
Refactor
New Contributors

v0.76.2

Compare Source

✨ Highlights

This release features better logging and a few bug fixes.

Added
Changed
Documentation
Fixed
Removed
Style

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 23, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 23, 2026 22:07
@renovate
renovate Bot merged commit ecbb014 into main Aug 23, 2026
33 of 34 checks passed
@renovate
renovate Bot deleted the renovate/pixi-0.x branch August 23, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants